projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba8dfba
)
(Fadd_text_properties): Don't return without ungcpro.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 10 Feb 1996 08:58:49 +0000
(08:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 10 Feb 1996 08:58:49 +0000
(08:58 +0000)
src/textprop.c
patch
|
blob
|
history
diff --git
a/src/textprop.c
b/src/textprop.c
index 5f249b59b9929b9443af75b59842dfaffeb3f3e2..5e9daf99fd0c5f16cf7aff8cdb4db68aeff7c872 100644
(file)
--- a/
src/textprop.c
+++ b/
src/textprop.c
@@
-885,7
+885,7
@@
Return t if any property value actually changed, nil otherwise.")
{
int got = (LENGTH (i) - (s - i->position));
if (got >= len)
-
return Qnil
;
+
RETURN_UNGCPRO (Qnil)
;
len -= got;
i = next_interval (i);
}